Code and doc fixes for file-subdir-of-p and files-equal-p.
authorChong Yidong <cyd@gnu.org>
Sun, 26 Feb 2012 09:08:19 +0000 (17:08 +0800)
committerChong Yidong <cyd@gnu.org>
Sun, 26 Feb 2012 09:08:19 +0000 (17:08 +0800)
commit1d1fe8264e1f9f186a4adc13f118d499be00a488
tree9ad97458bfdbe6e73d73626d574cdacc54add5aa
parent7f53d61fbb35ae9fc3cf643208e4156e79eee3b5
Code and doc fixes for file-subdir-of-p and files-equal-p.

* lisp/files.el (files-equal-p): Doc fix.
(file-subdir-of-p): Doc fix.  Convert loop macro to plain Lisp,
and quit the loop once a mismatch is found.

* doc/lispref/files.texi (Kinds of Files): Improve documentation of
files-equal-p and file-subdir-of-p.
doc/lispref/ChangeLog
doc/lispref/files.texi
doc/lispref/modes.texi
lisp/ChangeLog
lisp/files.el